home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / shape_2.dxr / 00072.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  1.1 KB  |  48 lines

  1. on exitFrame me
  2.   exercisehomebackroll()
  3.   set the cursor of sprite 21 to 280
  4.   set the cursor of sprite 23 to 280
  5.   set the cursor of sprite 8 to 280
  6.   set the cursor of sprite 5 to 280
  7.   set the cursor of sprite 128 to 280
  8.   set the cursor of sprite 110 to 280
  9.   set the cursor of sprite 134 to 280
  10.   set the cursor of sprite 138 to 280
  11.   rollit(125, 126)
  12.   if rollover(113) then
  13.     sprite(125).visible = 1
  14.     sprite(119).visible = 1
  15.     hideit(126, 129)
  16.     hideit(120, 123)
  17.   else
  18.     if rollover(114) then
  19.       sprite(126).visible = 1
  20.       sprite(120).visible = 1
  21.       sprite(125).visible = 0
  22.       sprite(119).visible = 0
  23.       hideit(127, 129)
  24.       hideit(121, 123)
  25.     else
  26.       if rollover(116) then
  27.         sprite(128).visible = 1
  28.         sprite(122).visible = 1
  29.         sprite(129).visible = 0
  30.         sprite(123).visible = 0
  31.         hideit(125, 127)
  32.         hideit(119, 121)
  33.       else
  34.         hideit(119, 129)
  35.       end if
  36.     end if
  37.   end if
  38.   unrollit(43, 43)
  39.   rollit(44, 46)
  40.   showit(185, 187)
  41.   hideit(188, 190)
  42.   showit(191, 191)
  43.   hideit(192, 197)
  44.   showit(198, 200)
  45.   hideit(201, 202)
  46.   showit(203, 203)
  47. end
  48.